home *** CD-ROM | disk | FTP | other *** search
/ Info-Mac 4 / Info_Mac IV CD-ROM (Pacific HiTech Inc.)(August 1994).iso / Science / RLaB / help / size < prev    next >
Text File  |  1994-04-25  |  529b  |  20 lines

  1. size:
  2.  
  3. Syntax:    size ( A )
  4.  
  5. Description:
  6.     
  7.     The size function returns the size of the argument. 
  8.  
  9.           NUMERIC: size returns a matrix whose 1st element is the number
  10.          of rows, and whose 2nd element is the number of columns.
  11.  
  12.     STRING:  size returns a matrix whose 1st element is the number
  13.          of rows, and whose 2nd element is the number of
  14.          columns. If the length of a particular string is
  15.          desired, then the length function must be used.
  16.  
  17.     LIST:      size returns the number of elements in the list.
  18.  
  19. See Also: length, show
  20.